home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / Chart.xcs < prev    next >
Extensible Markup Language  |  2005-09-10  |  1KB  |  31 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="Chart" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains settings for the Chart application.</desc>
  8.     </info>
  9.     <import oor:component="org.openoffice.Office.Common"/>
  10.     <component>
  11.  
  12.         <group oor:name="DefaultColor">
  13.  
  14.             <info>
  15.  
  16.                 <desc>Specifies the colors for creating new charts.</desc>
  17.             </info>
  18.             <prop oor:name="Series" oor:type="oor:long-list">
  19.  
  20.                 <info>
  21.  
  22.                     <desc>Specifies a list of color values to be used for the first n series, where n is the size of the list. For i > n the color used is equal to entry number i modulo n in the list. You should keep the size of the list at 12. Also note that the values are interpreted as unsigned 32bit values, although it is possible to get negative (signed) numbers in this list when being displayed in decimal.</desc>
  23.                     <label>Chart colors</label>
  24.                 </info>
  25.                 <value>0x9999ff 0x993366 0xffffcc 0xccffff 0x660066 0xff8080 0x0066cc 0xccccff 0x000080 0xff00ff 0x00ffff 0xffff00</value>
  26.             </prop>
  27.         </group>
  28.     </component>
  29. </oor:component-schema>
  30.  
  31.